projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b2108a
)
Fix GtkIMContextClass inheritance
author
Javier Jardón
<jjardon@gnome.org>
Mon, 19 Jul 2010 15:22:32 +0000
(17:22 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 8 Aug 2010 04:22:45 +0000
(06:22 +0200)
Should be GObjectClass instead GtkObjectClass
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=90935
gtk/gtkimcontext.h
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontext.h
b/gtk/gtkimcontext.h
index 21452f2ccedd64166c3d4b2a59ca20ed7a39d58d..25c218b545291013c4a1bb47d210d4b5ce8f7f92 100644
(file)
--- a/
gtk/gtkimcontext.h
+++ b/
gtk/gtkimcontext.h
@@
-50,10
+50,7
@@
struct _GtkIMContext
struct _GtkIMContextClass
{
/*< private >*/
- /* Yes, this should be GObjectClass, be we can't fix it without breaking
- * binary compatibility - see bug #90935
- */
- GtkObjectClass parent_class;
+ GObjectClass parent_class;
/*< public >*/
/* Signals */